I just started to learn about c #, but I don't know where to start. Can you help me?
beginners learn c #
1199
25-Jan-2019
Anonymous User
30-Mar-2019Hi, MIKEN92 MIKEN92`
I hope you know the basic concepts of programming and if not, then you should first read a little C language which will help you to learn any programming language.
As you know, C# is an object-oriented programming language. Before learning this well, you must clear the concept of oops very well. Therefore, firstly prepare the concept of oops very well, which will help you to get more help in working ahead in C#.
Here if we talk about Oops, then we can say that Object Oriented Programming is a programming concept that works on the principle that objects are the most important part of your program. These allow users to create the objects that they want and then create methods to handle those objects. Managing those items to achieve results is the goal of object-oriented programming. And Object-Oriented Programming popularly known as OOPs is used in a modern programming language like Java.
Core OOPS concepts are :
Advantages of OOPS:
Programming languages may be classified into 4 primary types